html {
  opacity: 1;
}

header {
  background-color: #1e1f38;
  padding: 1%;
  font-size: 60px;
  font-family: 'Lilita One', cursive;
  color: white;
  width: 100%;
  word-wrap: break-word;
}

#colorBar {
  background: black;
  width: 100%;
  height: 40px;
  border-style: solid;
  border-color: chartreuse;
  border-bottom: solid black;
  background-color: chartreuse;
  padding: 10px;
}

.sidebar {
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.card p {
  font-size: 15px;
  width: 100%;
}

#author {
  margin-top: 300px;
  color: #1e1f38;
  font-family: 'Lilita One', cursive;
}

#picture {
  border-radius: 50%;
}

h1 {
  padding-top: 10%;
  font-family: 'Lilita One', cursive;
  color: #000000;
  font-size: 40px;
  word-break: break-word;
}

.inline {
  display: inline-block;
}

.appearance {
  opacity: 0;
}

h3 {
  font-family: 'Lilita One', cursive;
  color: #1e1f38;
  font-size: 25px;
}

h2 {
  font-family: 'Lilita One', cursive;
  color: black;
  font-size: 30px;
  padding-bottom: 10px;
  word-break: break-word;
  padding-top: 2%;
}

p {
  font-size: 20px;
}

footer {
  background-color: #1e1f38;
  padding: 20px;
  position: relative;
  text-align: center;
  border-top: solid chartreuse;
  margin-top: 2%;
}

footer p {
  color: chartreuse;
  display: inline-block;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
  #author {
    margin-top: 10px;
  }
  .appearance {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */